home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TPASSWORDFORM / TPASSWORDFORM.txt < prev   
Text File  |  2003-03-07  |  3KB  |  147 lines

  1. object PasswordForm: TPasswordForm
  2.   Left = 608
  3.   Top = 315
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Logon - pop address'
  7.   ClientHeight = 251
  8.   ClientWidth = 335
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object descLabel: TLabel
  22.     Left = 64
  23.     Top = 8
  24.     Width = 257
  25.     Height = 33
  26.     AutoSize = False
  27.     Caption = 'Please enter your name and password for the following server:'
  28.     WordWrap = True
  29.   end
  30.   object Image1: TImage
  31.     Left = 16
  32.     Top = 8
  33.     Width = 32
  34.     Height = 32
  35.     AutoSize = True
  36.     Picture.Data = {<image000.bmp>}
  37.     Transparent = True
  38.   end
  39.   object CancelButton: TButton
  40.     Left = 248
  41.     Top = 216
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     TabOrder = 1
  47.     OnClick = CancelButtonClick
  48.   end
  49.   object GroupBox1: TGroupBox
  50.     Left = 16
  51.     Top = 48
  52.     Width = 305
  53.     Height = 153
  54.     Caption = ' Logon '
  55.     TabOrder = 2
  56.     object UserNameLabel: TLabel
  57.       Left = 16
  58.       Top = 44
  59.       Width = 51
  60.       Height = 13
  61.       Caption = 'User name'
  62.     end
  63.     object Label4: TLabel
  64.       Left = 16
  65.       Top = 76
  66.       Width = 46
  67.       Height = 13
  68.       Caption = 'Password'
  69.     end
  70.     object Label2: TLabel
  71.       Left = 16
  72.       Top = 16
  73.       Width = 34
  74.       Height = 13
  75.       Caption = 'Server:'
  76.     end
  77.     object ServerLabel: TLabel
  78.       Left = 96
  79.       Top = 16
  80.       Width = 58
  81.       Height = 13
  82.       Caption = 'pop address'
  83.     end
  84.     object UsernameEdit: TEdit
  85.       Left = 96
  86.       Top = 44
  87.       Width = 193
  88.       Height = 21
  89.       MaxLength = 50
  90.       TabOrder = 0
  91.       Text = 'UsernameEdit'
  92.     end
  93.     object PasswordEdit: TEdit
  94.       Left = 96
  95.       Top = 76
  96.       Width = 193
  97.       Height = 21
  98.       MaxLength = 50
  99.       PasswordChar = '*'
  100.       TabOrder = 1
  101.     end
  102.     object SavePasswordCheckBox: TCheckBox
  103.       Left = 96
  104.       Top = 104
  105.       Width = 161
  106.       Height = 17
  107.       Caption = 'Remember Password'
  108.       TabOrder = 2
  109.     end
  110.     object SecureAuthCheckBox: TCheckBox
  111.       Left = 16
  112.       Top = 124
  113.       Width = 265
  114.       Height = 17
  115.       Caption = 'Use secure authentication'
  116.       TabOrder = 3
  117.       OnClick = SecureAuthCheckBoxClick
  118.     end
  119.     object APOPRadioButton: TRadioButton
  120.       Left = 176
  121.       Top = 124
  122.       Width = 57
  123.       Height = 17
  124.       Caption = 'APOP'
  125.       TabOrder = 4
  126.     end
  127.     object MSNRadioButton: TRadioButton
  128.       Left = 240
  129.       Top = 124
  130.       Width = 49
  131.       Height = 17
  132.       Caption = 'MSN '
  133.       TabOrder = 5
  134.     end
  135.   end
  136.   object OKButton: TButton
  137.     Left = 160
  138.     Top = 216
  139.     Width = 75
  140.     Height = 25
  141.     Caption = 'OK'
  142.     Default = True
  143.     TabOrder = 0
  144.     OnClick = OKButtonClick
  145.   end
  146. end
  147.